fix iteration in source check in error case
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Thu, 16 Apr 2020 17:05:12 +0000 (18:05 +0100)
committerDmitry Shachnev <mitya57@debian.org>
Thu, 16 Apr 2020 17:05:12 +0000 (18:05 +0100)
commit855ce94a327bed9caa05036ed4dc470c8d2448f0
tree7ff79b195c175bb0c0152c67837de2a1618e9fe4
parent83ed0097494e6e628754f5dee28047345dadd6ae
fix iteration in source check in error case

Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=37df81b788ebe700
Last-Update: 2020-04-16

It was accessing the deleted current element in a potentially
reallocated container.

Gbp-Pq: Name qeventdispatcher_glib_use_after_free.diff
src/corelib/kernel/qeventdispatcher_glib.cpp